home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Frontier Scripts / Using the @, ^ and [ ] operator < prev   
Encoding:
Text File  |  1992-06-12  |  830 b   |  24 lines

  1. Enclosure: suites.tableTravel.pkg
  2.  
  3.  
  4. About TableTravel
  5. -----------------
  6.  
  7. In the last few days we've had a bunch of questions from script writers, for
  8. the first time, about navigating complex structures of Frontier object database
  9. tables. It's clear that a sample script that illustrates table traversals
  10. would be useful to script writers, so here it is╔
  11.  
  12. Check out the script in tableTravel.script. It asks you for the name of a
  13. state, enter the full state name. The script then traverses the table structure
  14. in the states sub-table looking for a cell with the same value as the state
  15. name you entered. It reports the name of the table that contains the state.
  16.  
  17. Heavy use is made of the @, ^ and [ ] operators. See the UserTalk Reference
  18. Guide, pages 22-23, for details on how these operators work.
  19.  
  20.  
  21.  
  22.  
  23. Author: EL.GRANDE
  24.